﻿@charset "utf-8";
/* CSS Document */
a:focus{
outline:none;   
 }

 
/*模块和容器*/
.ky-con{
	width: 100%;
	min-height: 1px;
	}
.ky-grid{
	width: 1080px;
	min-width: 1080px;
	min-height: 1px;
	margin-left: auto;
	margin-right: auto;
	}
.ky-bgCon{
	width: 100%;
	min-height: 1px;
	}
/*模块和容器*/	
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
button{
	
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;

	}
ul{
	padding: 0;
	}
li{
	list-style:none;
	}